home *** CD-ROM | disk | FTP | other *** search
/ Cope with Cancer / Cope with Cancer.iso / pc / cope / copehelp.dxr / 00081.ls < prev    next >
Encoding:
Text File  |  1998-11-03  |  105 b   |  7 lines

  1. on exitFrame
  2.   global gHelpTicks
  3.   if the ticks < (gHelpTicks + 230) then
  4.     go(the frame)
  5.   end if
  6. end
  7.